home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / OnExcelSmall.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  1.3 KB  |  32 lines

  1. activeBreadboard. lockWindowUpdate()
  2.  
  3. activeBreadboard. setAnimatePoint ( 40 , 455 )
  4. activeBreadboard. stampAndMove ( "TextBoxEngine" , "textBoxEngine" )
  5. textBoxEngine. setFontSize ( 18 )
  6. textBoxEngine. setHeight ( 70 )
  7. textBoxEngine. setWidth ( 690 )
  8. textBoxEngine. setColor ( 0 , 0 , 255 )
  9. textBoxEngine. setText ( "You are using the small evaluation edition of NeuroSolutions v3.0. In order to run this demo, you need to download the full evaluation edition from the NeuroSolutions web site. Click below to connect to the NeuroSolutions download page via your default browser." )
  10.  
  11. activeBreadboard. setAnimatePoint ( 320 , 515 )
  12. activeBreadboard. stampAndMove ( "TextBoxEngine" , "textBoxEngine1" )
  13. textBoxEngine1. setBorderType ( 5 )
  14. textBoxEngine1. setBackgroundColor ( 192 , 192 , 192 )
  15. textBoxEngine1. setColor ( 0 , 0 , 255 )
  16. textBoxEngine1. setAutosize ( TRUE )
  17. textBoxEngine1. setBold ( TRUE )
  18. textBoxEngine1. setItalic ( TRUE )
  19. textBoxEngine1. setMacroAction ( 1 )
  20. textBoxEngine1. setText ( "Download now!" )
  21.  
  22. webPath = application. pathFromNS ( "Demos\downloadSoftware.nsm" )
  23. textBoxEngine1. setMacroPath ( webPath )
  24.  
  25. excelButton. setMacroAction ( 0 )
  26.  
  27. activeBreadboard. select ( NULL , FALSE )
  28.  
  29. activeBreadboard. unlockWindowUpdate()
  30.  
  31.  
  32.